Skip to content

plugins/kitty-scrollback: init #3512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nim65s
Copy link
Contributor

@nim65s nim65s commented Jun 27, 2025

Add support for kitty-scrollback.nvim, to open kitty scrollback in nvim

Copy link
Member

@MattSturgeon MattSturgeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looking good

@@ -0,0 +1,7 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "kitty-scrollback";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to set packPathName to "kitty-scrollback.nvim"?

(See https://nix-community.github.io/nixvim/CONTRIBUTING.html#mkneovimplugin and :h 'packpath')

Aside: we really should add some way of asserting the correct packpath name is defined 🫤

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have been dogfooding this for a while, and it work without.
But I'm not sure if this would be useful anyway.

@nim65s
Copy link
Contributor Author

nim65s commented Aug 10, 2025

woops, I forgot this PR, sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants